home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / blandmdi.zip / BLANDMDI.DEF < prev    next >
Text File  |  1991-05-03  |  466b  |  20 lines

  1. ; Copyright 1991 Microsoft Corporation. All rights reserved.
  2. NAME         BLANDMDI
  3. DESCRIPTION  'Minimal MDI application'
  4. EXETYPE      WINDOWS
  5. STUB         'WINSTUB.EXE'
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     2048
  11. STACKSIZE    8192
  12.  
  13. SEGMENTS
  14.     _TEXT      PRELOAD   MOVABLE DISCARDABLE
  15.     _BLANDINI  PRELOAD   MOVABLE DISCARDABLE
  16.  
  17. EXPORTS
  18.      BlandFrameWndProc
  19.      BlandMDIChildWndProc
  20.